<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("animate.css");

/* 
    author:sdw;
    date:2021-09-06;
    Copyright:©sdw;
*/


:root{
--vi-color:#154e8f;/*--主色--*/
--vi-subcolor:#42e8e0;/*--副色--*/
}

html{font-size:20px;}

@media(max-width:1920px){
html{font-size:16px;}
}
@media(max-width:1600px){
html{font-size:15px;}
}
@media(max-width:1440px){
html{font-size:14px;}
}
@media(max-width:1366px){
html{font-size:13px;}
}
@media(max-width:1200px){
html{font-size:10px;}
}


/*--public--*/
.wrapper{margin:0 auto;width:1400px;}
#app{margin:0 auto;max-width:1920px;}
@media(max-width:1500px){
.wrapper{width:1200px;}
}
@media(max-width:1200px){
#app{padding:6.25rem 0 !important;overflow:hidden;}
.wrapper{width:100%;}
}
/*--end public--*/

/*--mheader--*/
.mask{display:none;position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);}
.mheader{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:6.25rem;background:#fff;border-bottom:#e5e5e5 solid 1px;}
.mheader .home-inner{position:relative;padding:0 1.25rem;height:6.25rem;line-height:6.25rem;overflow:hidden;background: var(--vi-color);background-image:linear-gradient(90deg, #005ba1, #00a8ff);}
.mheader .home-inner .logo{float:left;display:flex;align-items:center;width:12rem;height:6.25rem}
.mheader .home-inner .nav-btn{position:absolute;right:1.25rem;top:0;width:6.25rem;height:100%;color:#999;text-align:center;cursor:pointer;}
.mheader .home-inner .nav-btn i{font-size:1.875rem;color:#fff;}
.mheader .home-inner .nav-btn i.icon-menu{display:block;}
.mheader .home-inner .nav-btn i.icon-close{display:none;}
.mheader .home-inner .nav-btn.active i.icon-menu{display:none;}
.mheader .home-inner .nav-btn.active i.icon-close{display:block;}
.mheader .inpage-inner{position:relative;padding:0 1.25rem;height:6.25rem;line-height:6.25rem;overflow:hidden;}
.mheader .inpage-inner .back{position:absolute;left:1.25rem;top:0;width:6.25rem;height:100%;color:#999;text-align:center;cursor:pointer;}
.mheader .inpage-inner .back i{font-size:1.875rem;color:#999;}
.mheader .inpage-inner .tit{text-align:center;font-size:1.875rem;color:#333;}
.mheader .inpage-inner .nav-btn{position:absolute;right:1.25rem;top:0;width:6.25rem;height:100%;color:#999;text-align:center;cursor:pointer;}
.mheader .inpage-inner .nav-btn i{font-size:1.875rem;color:#999;}
.mheader .inpage-inner .nav-btn i.icon-menu{display:block;}
.mheader .inpage-inner .nav-btn i.icon-close{display:none;}
.mheader .inpage-inner .nav-btn.active i.icon-menu{display:none;}
.mheader .inpage-inner .nav-btn.active i.icon-close{display:block;}
.mheader .siderNav{display:none;position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 6.25rem);overflow-y:auto;background:#fff;}
.mheader .siderNav li{overflow:hidden;border-top:#e8e8e8 solid 1px;}
.mheader .siderNav li&gt;a{display:block;padding:1.625rem 2.5rem;font-size:1.75rem;color:#333;}
.mheader .siderNav li&gt;a:before{display:block;float:right;font-family:"iconfont";content:"\e694";transition:all .5s;}
.mheader .siderNav li .drop{display:none;padding:1.25rem 2.5rem;overflow:hidden;background:#f5f5f5;border-top:#e8e8e8 solid 1px;}
.mheader .siderNav li .drop a{display:block;padding:1.25rem 0;font-size:1.75rem;color:#666;}
.mheader .siderNav li.active&gt;a:before{color:var(--vi-color);transform:rotate(90deg);}
@media(max-width:1200px){
.mheader{display:block;}
}
/*--end mheader--*/

/*--footer-m--*/
.footer-m{display:none;padding:3.75rem 1.25rem;text-align:center;overflow:hidden;background:#242322;}
.footer-m .infos{position:relative;padding-bottom:1.5rem;overflow:hidden;}
.footer-m .infos:before,.footer-m .infos:after{display:block;position:absolute;bottom:0;height:1px;content:"";background:#fff;}
.footer-m .infos:before{z-index:1;left:0;width:100%;opacity:0.1;}
.footer-m .infos:after{z-index:2;left:50%;width:1.875rem;transform:translateX(-50%);}
.footer-m .infos span{display:block;font-size:1.25rem;color:#999;}
.footer-m .infos em{display:block;font-family:"Manrope3";font-size:1.75rem;color:var(--vi-color);}
.footer-m .infos h3{margin-top:0.5rem;font-size:1.75rem;color:#fff;}
.footer-m .copyright{padding-top:2rem;overflow:hidden;}
.footer-m .copyright p{font-size:1.5rem;line-height:1.75;color:#666;}
.footer-m .copyright p span{display:inline-block;margin:0 0.5rem;}
.footer-m .copyright p a{color:#666;}
@media(max-width:1200px){
.footer-m{display:block;}
}
/*--end footer-m--*/

/*--serverBar--*/
.serverBar{display:none;position:fixed;z-index:999;top:50%;right:20px;width:70px;transform:translateY(-50%);}
.serverBar .cont{background:#fff;box-shadow:0 5px 10px rgba(0,0,0,0.1);border-radius:5px;}
.serverBar .cont li{position:relative;padding-bottom:1px;}
.serverBar .cont li:last-child{padding-bottom:0;}
.serverBar .cont li:after{display:block;position:absolute;left:10px;right:10px;height:1px;content:"";background:#e5e5e5;}
.serverBar .cont li:last-child:after{display:none;}

.serverBar .cont li a{display:block;padding:15px 10px;text-align:center;color:#666 !important;}
.serverBar .cont li a&gt;i{display:block;margin:0 auto 5px;width:30px;height:30px;background-repeat:no-repeat;background-size:100%;}
.serverBar .cont li a&gt;i.icon-zx{background-image:url(../images/Common/server_zx.png);}
.serverBar .cont li a&gt;i.icon-tel{background-image:url(../images/Common/server_tel.png);}
.serverBar .cont li a&gt;i.icon-qr{background-image:url(../images/Common/server_qr.png);}
.serverBar .cont li a&gt;span{display:block;font-size:14px;}

.serverBar .cont li .infos{display:none;position:absolute;right:80px;padding:10px;background:#fff;border:#f0f0f0 solid 1px;box-shadow:0 0 10px rgba(255,255,255,0.1);border-radius:5px;}
.serverBar .cont li .tel{top:0;}
.serverBar .cont li .tel dt{padding-bottom:6px;font-size:14px;color:#666;border-bottom:#f0f0f0 solid 1px;}
.serverBar .cont li .tel dd{padding-top:6px;font-size:20px;font-family:"Manrope3";color:var(--vi-color);white-space:nowrap;}
.serverBar .cont li .QRcode{bottom:0;overflow:hidden;}
.serverBar .cont li .QRcode .item{overflow:hidden;}
.serverBar .cont li .QRcode .item i{display:block;width:100px;}
.serverBar .cont li .QRcode .item img{display:block;width:100%;}
.serverBar .cont li .QRcode .item p{font-size:14px;color:#666;text-align:center;}
.serverBar .cont li:hover .infos{display:block;}

.serverBar .backTop{margin-top:14px;overflow:hidden;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,0.1);border-radius:5px;}
.serverBar .backTop a{display:block;width:70px;height:70px;background:url(../images/Common/back_top.png) no-repeat center;}
@media(max-width:1200px){
.serverBar{display:none !important;}
}
/*--end serverBar--*/

/*--affixMenu--*/
.affixMenu{display:none;position:fixed;z-index:999;left:0;bottom:0;width:100%;background:#fff;}
.affixMenu ul{display:flex;}
.affixMenu li{position:relative;flex:none;text-align:center;}
.affixMenu li:nth-child(1),.affixMenu li:nth-child(2),.affixMenu li:nth-child(3){width:19%;}
.affixMenu li:nth-child(4){width:27%;background:var(--vi-color);}
.affixMenu li:nth-child(5){width:16%;background:#212121;}
.affixMenu li a{display:block;padding:1rem 0;height:6.25rem;border-right:rgba(0,0,0,0.1) solid 1px;}
.affixMenu li:last-child a{border-right:none;}
.affixMenu li i{font-size:1.75rem;color:#999;}
.affixMenu li span{display:block;margin-top:0.3125rem;font-size:1.5rem;color:#666;line-height:1;}
.affixMenu li:nth-child(4) i,.affixMenu li:nth-child(5) i{color:#fff;}
.affixMenu li:nth-child(4) span,.affixMenu li:nth-child(5) span{color:#fff;}
.affixMenu li:nth-child(4) a{display:flex;width:100%;height:100%;align-items:center;justify-content:center;}
.affixMenu li:nth-child(4) span{margin-top:0;margin-left:0.3125rem;}
@media(max-width:1200px){
.affixMenu{display:block;}   
}
/*--end affixMenu--*/



/* 
    author:sdw;
    date:2023-11-02;
    Copyright:©sdw;
*/

/*--header--*/
.header{position:relative;z-index:999;left:0;top:0;width:100%;height:90px;}
.header:after{display:block;position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;content:"";background:var(--vi-color);background-image:linear-gradient(90deg, #005ba1, #00a8ff);}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:0 40px;width:100%;height:100%;}
.header-inner .logo-wrap{display:flex;align-items:center;}
.header-inner .logo-wrap .logo{width:160px;}
.header-inner .logo-wrap .logo img{display:block;width:100%;}
.header-inner .logo-wrap .slogan{margin-left:14px;padding:4px 14px;border-left:rgba(255,255,255,.1) solid 1px;}
.header-inner .logo-wrap .slogan h2{font-size:14px;font-weight:400;color:#fff;}
.header-inner .nav-wrap{display:flex;align-items:center;}
.header-inner .nav-wrap .nav{height:90px;}
.header-inner .nav-wrap .nav-list{display:flex;}
.header-inner .nav-wrap .nav-list&gt;li{flex:none;line-height:90px;}
.header-inner .nav-wrap .nav-list&gt;li.relative{position:relative;}
.header-inner .nav-wrap .nav-list&gt;li&gt;a{display:block;position:relative;padding:0 16px;font-size:18px;color:#fff;}
.header-inner .nav-wrap .nav-list&gt;li&gt;a:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-11px;width:22px;height:2px;content:"";background:#fff;transform:scaleX(0);transition:all .5s;}
.header-inner .nav-wrap .nav-list&gt;li:hover&gt;a:after,.header-inner .nav-wrap .nav-list&gt;li.cur&gt;a:after{transform:scaleX(1);}
.header-inner .nav-wrap .tel{padding:0 26px;line-height:35px;border-right:rgba(255,255,255,.1) solid 1px;}
.header-inner .nav-wrap .tel em{display:block;font-size:18px;font-family:"Manrope3";color:#fff;}
.header-inner .nav-wrap .search{position:relative;margin-left:19px;width:35px;}
.header-inner .nav-wrap .search .search-btn{width:35px;height:35px;line-height:35px;color:#fff;text-align:center;cursor:pointer;}
.header[data-affix]{position:fixed;backdrop-filter:blur(15px);}
.header[data-affix]:after{opacity:.9;}
@media(max-width:1500px){
.header-inner .nav-wrap .nav-list&gt;li&gt;a{padding:0 13px;font-size:16px;}
.header-inner .nav-wrap .tel em{font-size:16px;}
}
@media(max-width:1200px){
.header{display:none;}
}
/*--end header--*/

/*--search-pop--*/
.search-pop{display:none;position:absolute;top:100%;left:0;padding-top:110px;width:100%;height:380px;overflow:hidden;background:#fff;}
.search-pop .inner{position:relative;margin:0 auto;width:1000px;}
.search-pop .inner .close-btn{position:absolute;top:20px;left:calc(100% + 150px);width:40px;line-height:40px;text-align:center;color:#ccc;cursor:pointer;}
.search-pop .inner .close-btn:hover{color:#333;}
.search-pop .inner .form-wrap{display:flex;height:90px;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.search-pop .inner .form-wrap input{display:block;padding:25px 0;width:calc(100% - 40px);height:90px;font-size:24px;font-weight:normal;border:none;outline:none;}
.search-pop .inner .form-wrap input::-webkit-input-placeholder{color:#ccc;}
.search-pop .inner .form-wrap button{display:block;width:40px;height:90px;color:#9a9a9a;border:none;outline:none;cursor:pointer;background:transparent;}
.search-pop .inner .keywrods-wrap{display:flex;margin-top:32px;line-height:25px;font-size:16px;color:#ccc;}
.search-pop .inner .keywrods-wrap span{display:block;margin-right:15px;}
.search-pop .inner .keywrods-wrap a{display:block;margin-right:25px;color:#ccc;}
.search-pop .inner .keywrods-wrap a:hover{color:#333;}
/*--end search-pop--*/

/*--dropDown--*/
.dropDown-1,.dropDown-2{display:none;position:absolute;z-index:999;top:100%;left:0;padding:55px 0;width:100%;overflow:hidden;background:#fff;}
.dropDown-hd{padding-bottom:30px;overflow:hidden;border-bottom:#e1e1e1 solid 1px;}
.dropDown-hd h3{font-weight:400;font-size:24px;line-height:1.25;color:#333;}
.dropDown-hd p{margin-top:8px;font-size:18px;line-height:1.25;color:#999;}

.dropDown-bd{position:relative;margin-top:30px;height:625px;overflow:hidden;}
.dropDown-bd:before{display:block;position:absolute;left:366px;top:0;bottom:0;width:1px;content:"";background:#e5e5e5;}
.dropDown-bd&gt;.pic{position:absolute;top:0;right:0;width:370px;height:625px;overflow:hidden;}
.dropDown-bd&gt;.pic img{display:block;width:100%;}

.dropDown-bd-lv1-ul{position:relative;padding-right:55px;width:366px;}
.dropDown-bd-lv1-ul&gt;li{margin-bottom:16px;line-height:60px;}
.dropDown-bd-lv1-ul&gt;li:last-child{margin-bottom:0;}
.dropDown-bd-lv1-ul&gt;li&gt;a{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 28px;width:100%;height:60px;font-size:24px;color:#333;transition:all .5s;}
.dropDown-bd-lv1-ul&gt;li&gt;a:after{display:block;font-family:"iconfont";content:"\e694";font-size:12px;}
.dropDown-bd-lv1-ul&gt;li.cur&gt;a{color:var(--vi-color);background:#f3f3f3;}
.dropDown-bd-lv1-ul&gt;li.cur&gt;.dropDown-bd-lv2{display:block;}

.dropDown-bd-lv2{display:none;position:absolute;top:0;left:100%;padding:0 50px;height:100%;}
.dropDown-bd-lv2-type1{width:440px;}
.dropDown-bd-lv2-type2{width:calc(1400px - 366px);}
.dropDown-bd-lv2-type2 .pic{position:absolute;top:0;right:0;width:370px;height:625px;overflow:hidden;}
.dropDown-bd-lv2-type2 .pic img{display:block;width:100%;}

.dropDown-bd-lv2-ul&gt;li{margin-bottom:16px;line-height:60px;}
.dropDown-bd-lv2-ul&gt;li:last-child{margin-bottom:0;}
.dropDown-bd-lv2-ul&gt;li&gt;a{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 22px;width:100%;height:60px;font-size:18px;white-space:nowrap;color:#333;transition:all .5s;}
.dropDown-bd-lv2-ul&gt;li&gt;a:after{display:block;font-family:"iconfont";content:"\e694";font-size:12px;}
.dropDown-bd-lv2-ul&gt;li.cur&gt;a{background:#f3f3f3;}
.dropDown-bd-lv2-ul&gt;li.cur&gt;.dropDown-bd-lv3{display:block;}

.dropDown-bd-lv3{display:none;position:absolute;left:100%;top:0;width:590px;height:625px;overflow-x:hidden;overflow-y:auto;}
.dropDown-bd-lv3::-webkit-scrollbar{width:6px;background:#f3f3f3;}
.dropDown-bd-lv3::-webkit-scrollbar-thumb{background:#ccc;}


.dropDown-img-list{width:530px;}
.dropDown-img-list .item{display:flex;margin-bottom:15px;width:100%;height:90px;}
.dropDown-img-list .item i{display:block;width:130px;height:90px;overflow:hidden;}
.dropDown-img-list .item i img{display:block;height:100%;transition:all .5s;}
.dropDown-img-list .item span{display:flex;align-items:center;justify-content:space-between;padding:0 28px;width:calc(100% - 130px);height:90px;font-size:18px;}
.dropDown-img-list .item span:after{display:block;font-family:"iconfont";content:"\e694";font-size:12px;}
.dropDown-img-list .item:hover{background:#f3f3f3;}
.dropDown-img-list .item:hover i img{transform:scale(1.05);}

.dropDown-img-list2{width:530px;}
.dropDown-img-list2 .item{display:flex;width:100%;height:100px;border-bottom:#f3f3f3 solid 1px;}
.dropDown-img-list2 .item i{display:block;width:140px;height:100px;overflow:hidden;}
.dropDown-img-list2 .item i img{display:block;margin:0 auto;height:100px;transition:all .5s;}
.dropDown-img-list2 .item span{display:flex;align-items:center;justify-content:space-between;padding:0 28px;width:calc(100% - 130px);height:90px;font-size:18px;}
.dropDown-img-list2 .item span:after{display:block;font-family:"iconfont";content:"\e694";font-size:12px;}
.dropDown-img-list2 .item:hover{background:#f3f3f3;}
.dropDown-img-list2 .item:hover i img{transform:scale(1.05);}

.dropDown-3{display:none;position:absolute;z-index:9;top:100%;left:0;min-width:150%;overflow:hidden;}
.dropDown-3 a{display:flex;justify-content:space-between;position:relative;padding:0.375rem 1.5rem;width:100%;line-height:2.75rem;background:#fff;font-size:1rem;white-space:nowrap;border-top:#fff solid 1px;}
.dropDown-3 a:after{display:block;font-family:"iconfont";content:"\e694";opacity:.7;}
.dropDown-3 a:hover{color:#fff;background:var(--vi-color);transition:all .5s;}

@media(max-width:1500px){
.dropDown-bd{height:535px;}
.dropDown-bd:before{left:314px;}
.dropDown-bd-lv1-ul{padding-right:48px;width:314px;}
.dropDown-bd-lv1-ul&gt;li{margin-bottom:14px;line-height:52px;}
.dropDown-bd-lv1-ul&gt;li&gt;a{padding:0 24px;height:52px;font-size:21px;}

.dropDown-bd-lv2{padding:0 42px;}
.dropDown-bd-lv2-type1{width:376px;}
.dropDown-bd-lv2-type2{width:calc(1200px - 314px);}
.dropDown-bd-lv2-type2 .pic{width:317px;height:535px;}

.dropDown-bd-lv2-ul&gt;li{margin-bottom:14px;line-height:52px;}
.dropDown-bd-lv2-ul&gt;li&gt;a{padding:0 22px;height:52px;font-size:16px;}

.dropDown-bd-lv3{width:505px;height:535px;}

.dropDown-img-list{width:454px;}
.dropDown-img-list .item{margin-bottom:12px;height:78px;}
.dropDown-img-list .item i{width:112px;height:78px;}
.dropDown-img-list .item span{padding:0 24px;width:calc(100% - 112px);height:78px;font-size:16px;}

.dropDown-img-list2{width:454px;}
.dropDown-img-list2 .item{height:86px;}
.dropDown-img-list2 .item i{width:120px;height:86px;}
.dropDown-img-list2 .item span{padding:0 24px;width:calc(100% - 120px);height:86px;font-size:16px;}
}
/*--end dropDown--*/

/*--footer--*/
.footer{overflow:hidden;background:#161616;}
.ft-inner{display:flex;justify-content:space-between;padding:100px 0;padding-bottom:50px;}
.ft-menu{display:flex;width:1160px;}
.ft-menu dl{width:16.66%;}
.ft-menu dt{line-height:32px;font-size:18px;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{color:var(--vi-subcolor);}
.ft-menu dd{padding-top:12px;overflow:hidden;}
.ft-menu dd a{display:block;margin-top:12px;font-size:16px;line-height:1.5;color:#666;}
.ft-menu dd a:hover{color:#fff;}
.ft-info{width:180px;}
.ft-info .logo{display:flex;justify-content:flex-end;}
.ft-info .logo img{width:160px;}
.ft-info .tel{margin-top:10px;text-align:right;color:#fff;}
.ft-info .tel em{font-size:24px;font-weight:400;font-family:"Manrope3";}
.ft-info .share{margin-top:55px;}
.ft-info .share ul{display:flex;justify-content:flex-end;}
.ft-info .share li{position:relative;margin-left:10px;}
.ft-info .share li .icon{width:32px;height:32px;line-height:30px;cursor:pointer;text-align:center;color:#535353;border:#535353 solid 1px;border-radius:50%;}
.ft-info .share li .pop{display:none;position:absolute;left:50%;bottom:130%;width:120px;height:120px;overflow:hidden;background:#fff;border-radius:5px;transform:translateX(-50%);}
.ft-info .share li:hover .icon{color:#fff;border-color:#fff;}
.ft-info .share li:hover .pop{display:block;}

.ft-address{display:flex;align-items:center;justify-content:space-between;padding-bottom:50px;overflow:hidden;}
.ft-address .text{width:50%;}
.ft-address .text p{font-size:16px;line-height:1.75;color:#666;}
.ft-address .backTop{width:54px;}
.ft-address .backTop a{display:block;width:54px;height:54px;background:url(../images/Common/top.png) no-repeat center;border:#666 solid 1px;border-radius:50%;}
.ft-address .backTop a:hover{filter:brightness(2);}

.ft-copyright{display:flex;justify-content:space-between;padding:15px 0;line-height:25px;border-top:rgba(255,255,255,.1) solid 1px;}
.ft-copyright .fl span{margin-right:40px;color:#666;}
.ft-copyright .fl span a{color:#666;}
.ft-copyright .fl span a:hover{color:#fff;}

.ft-copyright .fr ul{display:flex;}
.ft-copyright .fr li{position:relative;margin-left:40px;color:#666;}
.ft-copyright .fr li&gt;a{color:#666;}
.ft-copyright .fr li&gt;a:hover{color:#fff;}
.ft-copyright .fr li .links-pop{display:none;position:absolute;left:50%;bottom:100%;padding-bottom:20px;width:360px;transform:translateX(-50%);}
.ft-copyright .fr li .links-pop:after{display:block;position:absolute;left:50%;bottom:16px;margin-left:-4px;width:8px;height:8px;content:"";background:#fff;transform:rotate(45deg);}
.ft-copyright .fr li .links-pop .list{padding:20px;overflow:hidden;background:#fff;border-radius:5px;}
.ft-copyright .fr li .links-pop .list a{display:block;float:left;padding:5px;width:33.33%;line-height:30px;font-size:14px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ft-copyright .fr li .links-pop .list a:hover{color:var(--vi-color);}
.ft-copyright .fr li:hover .links-pop{display:block;}
@media(max-width:1500px){
.ft-menu{width:1000px;}
}
@media(max-width:1200px){
.footer{display:none;}
}
/*--end footer--*/

/*--msgFrom-pop--*/
.msgFrom-pop{display:none;position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.85);}
.msgFrom-pop .close{position:absolute;right:50px;top:50px;width:50px;line-height:50px;text-align:center;color:#666;cursor:pointer;background-color:#fff;border-radius:50%;}
.msgFrom-pop .inner{position:absolute;top:50%;left:50%;padding:50px;width:600px;overflow:hidden;background:#fff;transform:translate(-50%,-50%);}
.msgFrom-pop .inner li{margin-bottom:20px;}
.msgFrom-pop .inner li:last-child{margin-bottom:0;}
.msgFrom-pop .inner li input{display:block;padding:15px 20px;width:100%;height:60px;font-size:16px;border:none;outline:none;background:#f0f0f0;}
.msgFrom-pop .inner li textarea{display:block;padding:15px 20px;width:100%;height:200px;font-size:16px;border:none;outline:none;resize:none;background:#f0f0f0;}
.msgFrom-pop .inner li a{display:block;margin-top:10px;line-height:60px;text-align:center;color:#fff;font-size:18px;background:var(--vi-color);}
@media(max-width:1200px){
.msgFrom-pop .close{top:20px;right:20px;width:40px;line-height:40px;}
.msgFrom-pop .inner{padding:20px;width:90vw;}
.msgFrom-pop .inner li{margin-bottom:10px;}
.msgFrom-pop .inner li input{padding:10px 15px;height:45px;font-size:14px;}
.msgFrom-pop .inner li textarea{padding:10px 15px;height:160px;font-size:14px;}
.msgFrom-pop .inner li a{line-height:45px;font-size:16px;}
}
/*--end msgFrom-pop--*/

/*--player-pop--*/
.player-pop{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);}
.player-pop .inner{position:absolute;top:50%;left:50%;width:1000px;background:#000;transform:translate(-50%,-50%);}
.player-pop .close-btn{position:absolute;z-index:9;top:0;right:0;width:50px;line-height:50px;text-align:center;color:#fff;cursor:pointer;opacity:.5;}
.player-pop .close-btn:hover{opacity:1;}
.player-pop .player-box{position:relative;z-index:1;width:100%;}
.player-pop .player-box video{display:block;width:100%;object-fit:cover;}
@media(max-width:1200px){
.player-pop .inner{width:90vw;}
}
/*--end player-pop--*/</pre></body></html>